home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_096 / animplayer / filecons.h < prev    next >
Text File  |  1992-05-06  |  575b  |  30 lines

  1. /************************************************************
  2.  *
  3.  *   NAME
  4.  *      FileCons -- constants for Files and strings
  5.  *
  6.  *   LAST EDITED
  7.  *      Martin Hash               11 Aug 1987
  8.  *
  9.  *   EDIT HISTORY
  10.  *      27 Jul 1987  MH  Created.
  11.  *
  12.  **********************************************************/
  13.  
  14. /* The system filing system has a maximum filename length. */
  15.  
  16. #define STRINGSIZE    40
  17. #define MAXNUMBERTEXT    6
  18.  
  19. /* Colors */
  20.  
  21. #define BLUP        0
  22. #define WHTP        1
  23. #define BLKP        2
  24. #define ORGP        3
  25.  
  26. /* ROM revision check */
  27.  
  28. #define INTUITION_REV    1
  29. #define GRAPHICS_REV    1
  30.